type reflect.fieldScan

4 uses

	reflect (current package)
		type.go#L1289: type fieldScan struct {
		type.go#L1305: 	current := []fieldScan{}
		type.go#L1306: 	next := []fieldScan{{typ: t}}
		type.go#L1390: 				next = append(next, fieldScan{styp, index})